TableStyleType Enumeration

Definition

Namespace: Independentsoft.Office.Spreadsheet.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public enum TableStyleType

Members

BlankRow0 
FirstColumn1 
FirstColumnStripe2 
FirstColumnSubheading3 
FirstHeaderRow4 
FirstRowStripe5 
FirstRowSubheading6 
FirstSubtotalColumn7 
FirstSubtotalRow8 
FirstTotalRow9 
HeaderRow10 
LastColumn11 
LastHeader12 
LastTotalRow13 
PageFieldLabels14 
PageFieldValues15 
SecondColumnStripe16 
SecondColumnSubheading17 
SecondRowStripe18 
SecondRowSubheading19 
SecondSubtotalColumn20 
SecondSubtotalRow21 
ThirdColumnSubheading22 
ThirdRowSubheading23 
ThirdSubtotalColumn24 
ThirdSubtotalRow25 
TotalRow26 
WholeTable27 
None28 

See Also